﻿html, body {
  margin: 0;
}
article {
  font-size: 2em;
  font-family: futura, sans-serif;
  overflow: hidden;
}
article::-webkit-scrollbar{width:0;}

@media (max-width: 1200px) {
  article {
    font-size: 1.5em;
  }
}
section {
  position: relative;
  color: #333;
}
pre{
  font-size:12px;;
  color: #666;
  font-family:微软雅黑;
  white-space: pre-wrap;
  word-wrap: break-word;
}


a {
  color: inherit;
}

.delighter.splash {
  transition: all 2s ease-out;
}
.delighter.splash.ended {
  background: #fff;
}
.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; }
.delighter.right.started { transform:none; opacity:1; }

.delighter.left { transform:translate(100%); opacity:0; transition: all .75s ease-out; }
.delighter.left.started { transform:none; opacity:1; }

.delighter.bottom { transform:translatey(300%); opacity:0; transition: all .75s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; }

.delighter li { opacity: 0; transform: translatey(400%); transition: all .7s ease-out; }
.delighter.started li { opacity: 1; transform: none; }
.delighter.started li:nth-child(1) { transition: all .7s ease-out .1s; }
.delighter.started li:nth-child(2) { transition: all .7s ease-out .3s; }
.delighter.started li:nth-child(3) { transition: all .7s ease-out .5s; }
.delighter.started li:nth-child(4) { transition: all .7s ease-out .7s; }
.delighter.started li:nth-child(5) { transition: all .7s ease-out .9s; }
.delighter.started li:nth-child(6) { transition: all .7s ease-out 1.1s; }
.delighter.started li:nth-child(7) { transition: all .7s ease-out 1.3s; }
.delighter.started li:nth-child(8) { transition: all .7s ease-out 1.5s; }

.delighter pre{
  display: block; transition: all 2s ease-out; opacity: 0;
  width: 1px; overflow: hidden;
}
.delighter.started  pre{
  width: 100%; opacity: 1;
}
.delighter .box { transition: all 1s ease-out; }
/*.delighter .box:nth-child(1) { transform: translate(-100%, 0); }
.delighter .box:nth-child(2) { transform: translate(170%, -70%); }
.delighter .box:nth-child(3) { transform: translate(20%, 0%); }

.delighter.started .box:nth-child(1) { transform: translate(0, 0); }
.delighter.started .box:nth-child(2) { transform: translate(70%, -70%); }
.delighter.started .box:nth-child(3) { transform: translate(20%, -120%); }*/



.ej_nav_u1{}
.ej_nav_u1 li{    display: inline-block;
    vertical-align: top;
    width: 13.9%;
    background-color: #0D4485;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-top: 13px; bviews-right:1px solid rgba(0,0,0,.10);}
.ej_nav_u1 li a{display: block;position: relative;font-size: 16px!important;color: #ffffff;
    height: 50px;}
.ej_nav_u1 li a:after{content: '';display: block;width: 100%;height: 2px;background:#FF591F;position: absolute;bottom: -1px;left: 0;transition: 0.4s ease-out;
transform: scaleX(0);}
/*.ej_nav_u1 li:hover a:after,.ej_nav_u1 li.active a:after{transform: scaleX(1);}*/
.ej_nav_u1 li:hover a,.ej_nav_u1 li.active a{background-color:#FF591F;border-radius: 50px; border:none;height: 50px;font-weight: 700;}
.ej_nav_u1 li.on{background-color:#FF591F;border-radius: 50px; border:none;height: 50px;font-weight: 700;}




.ej_nav_list{background: #fff;width: 1178px; height: 77px; margin:0 auto; bviews-bottom:0px #ececec solid;  box-shadow: 1px 0px 10px #cbcbcb; }
